Fix a typo, noticed by Tim Janik.
authorMatthias Clasen <mclasen@redhat.com>
Wed, 25 Aug 2004 20:00:00 +0000 (20:00 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 25 Aug 2004 20:00:00 +0000 (20:00 +0000)
2004-08-25  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtksizegroup.c (gtk_size_group_add_widget): Fix
a typo, noticed by Tim Janik.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtksizegroup.c

index 6b734b3895b304274ae7572fda4a215f5ab063c7..515cc25a7b5721735d8241f7ebb2f69edb09c66e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtksizegroup.c (gtk_size_group_add_widget): Fix
+       a typo, noticed by Tim Janik.
+
 Wed Aug 25 15:15:56 2004  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Change the Down
index 6b734b3895b304274ae7572fda4a215f5ab063c7..515cc25a7b5721735d8241f7ebb2f69edb09c66e 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtksizegroup.c (gtk_size_group_add_widget): Fix
+       a typo, noticed by Tim Janik.
+
 Wed Aug 25 15:15:56 2004  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Change the Down
index 6b734b3895b304274ae7572fda4a215f5ab063c7..515cc25a7b5721735d8241f7ebb2f69edb09c66e 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtksizegroup.c (gtk_size_group_add_widget): Fix
+       a typo, noticed by Tim Janik.
+
 Wed Aug 25 15:15:56 2004  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Change the Down
index 6b734b3895b304274ae7572fda4a215f5ab063c7..515cc25a7b5721735d8241f7ebb2f69edb09c66e 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtksizegroup.c (gtk_size_group_add_widget): Fix
+       a typo, noticed by Tim Janik.
+
 Wed Aug 25 15:15:56 2004  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Change the Down
index 13bc515f38cd56747793d836bbd1afa58c9b7ac7..3a86420136101b63fa05f9c8cc098d41c72b5a40 100644 (file)
@@ -415,7 +415,7 @@ gtk_size_group_add_widget (GtkSizeGroup     *size_group,
   
   groups = get_size_groups (widget);
 
-  if (!g_slist_find (groups, widget))
+  if (!g_slist_find (groups, size_group))
     {
       groups = g_slist_prepend (groups, size_group);
       set_size_groups (widget, groups);